home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {"changeCompressionType:" = "changeCompressionType:"; };
- SUPERCLASS = Object;
- };
- DisplayControl = {
- ACTIONS = {
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- compressMatrix = compressMatrix;
- displayView = displayView;
- image = image;
- savePanelView = savePanelView;
- window = window;
- };
- SUPERCLASS = Object;
- };
-